home *** CD-ROM | disk | FTP | other *** search
/ VST Drum Sessions Demo / VST Drum Sessions Demo.iso / mac / VDS5.dxr / 00036_rew.ls < prev    next >
Encoding:
Text File  |  1999-04-09  |  141 b   |  10 lines

  1. on mouseUp
  2.   set the movieRate of sprite 1 to -0
  3.   updateStage()
  4. end
  5.  
  6. on mouseDown
  7.   set the movieRate of sprite 1 to -7
  8.   updateStage()
  9. end
  10.